PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / PDFFixedDocument Constructor / PDFFixedDocument Constructor(String,String)
A string that contains the name of the file from which to create the document.
Password required to open the PDF file.
In This Topic
    PDFFixedDocument Constructor(String,String)
    In This Topic
    Initializes a new PDFFixedDocument object.
    Syntax
    public PDFFixedDocument( 
       java.lang.String fileName,
       java.lang.String password
    )

    Parameters

    fileName
    A string that contains the name of the file from which to create the document.
    password
    Password required to open the PDF file.
    See Also